Gets the name of the domain controller for the domain to which the ClientUser belongs.
__property BSTR* DomainController;
BSTR* DomainController;
Property DomainController() As BSTR*
If the ClientUser is a domain account, ClientDomain will be set to the name of the domain, and DomainController will be set to the name of the computer that is the primary domain controller for the domain.
If the ClientUser is not a domain account, ClientDomain will be an empty string and DomainController will be the same as the HostComputer.
The DomainController information is primarily useful when you need to retrieve domain security information using GetSecurityEntities or LookupAccount.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|